From e5229110c22112b32d0a46992a8c4482fe1de175 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 25 Jul 1993 05:38:16 +0000 Subject: [PATCH] (Fx_create_frame): Typo in previous change. --- src/xfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfns.c b/src/xfns.c index ade94e129be..4083ec74be0 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -1757,7 +1757,7 @@ be shared by the new frame.") BLOCK_INPUT; /* First, try whatever font the caller has specified. */ if (STRINGP (font)) - font = x_new_font (f, XSTRING (tem)->data); + font = x_new_font (f, XSTRING (font)->data); /* Try out a font which we hope has bold and italic variations. */ if (!STRINGP (font)) font = x_new_font (f, "-misc-fixed-medium-r-normal-*-*-120-*-*-c-*-iso8859-1"); -- 2.30.2